Blazor コントロール
Item プロパティ (C1DynamicList<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DynamicList<T> クラス : Item プロパティ
The index of the requested item.
Gets the item at the specified index.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get; set;}

パラメータ

index
The index of the requested item.
参照

C1DynamicList<T> クラス
C1DynamicList<T> メンバ